Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Wed, 3 Jun 2026 22:18:45 +0000 (00:18 +0200)
committerPatrick Franz <deltaone@debian.org>
Wed, 3 Jun 2026 22:18:45 +0000 (00:18 +0200)
commitc782961c3471b043a683631db0ea527d05f2c9d7
tree03633362d02f629d7664c984736a0cd737540be1
parent0b29f2dd78e087e34dc6a88ea40890f38e155c71
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake